Critical: rh-php72-php security update

Synopsis

Critical: rh-php72-php security update

Type/Severity

Security Advisory: Critical

Topic

An update for rh-php72-php is now available for Red Hat Software Collections.

Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.

Description

PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.

The following packages have been upgraded to a later upstream version: rh-php72-php (7.2.24). (BZ#1766603)

Security Fix(es):

  • php: underflow in env_path_info in fpm_main.c (CVE-2019-11043)
  • gd: Unsigned integer underflow _gdContributionsAlloc() (CVE-2016-10166)
  • gd: Heap based buffer overflow in gdImageColorMatch() in gd_color_match.c (CVE-2019-6977)
  • php: Invalid memory access in function xmlrpc_decode() (CVE-2019-9020)
  • php: File rename across filesystems may allow unwanted access during processing (CVE-2019-9637)
  • php: Uninitialized read in exif_process_IFD_in_MAKERNOTE (CVE-2019-9638)
  • php: Uninitialized read in exif_process_IFD_in_MAKERNOTE (CVE-2019-9639)
  • php: Invalid read in exif_process_SOFn() (CVE-2019-9640)
  • php: Out-of-bounds read due to integer overflow in iconv_mime_decode_headers() (CVE-2019-11039)
  • php: Buffer over-read in exif_read_data() (CVE-2019-11040)
  • php: Buffer over-read in PHAR reading functions (CVE-2018-20783)
  • php: Heap-based buffer over-read in PHAR reading functions (CVE-2019-9021)
  • php: memcpy with negative length via crafted DNS response (CVE-2019-9022)
  • php: Heap-based buffer over-read in mbstring regular expression functions (CVE-2019-9023)
  • php: Out-of-bounds read in base64_decode_xmlrpc in ext/xmlrpc/libxmlrpc/base64.c (CVE-2019-9024)
  • php: Heap buffer overflow in function exif_process_IFD_TAG() (CVE-2019-11034)
  • php: Heap buffer overflow in function exif_iif_add_value() (CVE-2019-11035)
  • php: Buffer over-read in exif_process_IFD_TAG() leading to information disclosure (CVE-2019-11036)
  • gd: Information disclosure in gdImageCreateFromXbm() (CVE-2019-11038)
  • php: heap buffer over-read in exif_scan_thumbnail() (CVE-2019-11041)
  • php: heap buffer over-read in exif_process_user_comment() (CVE-2019-11042)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

https://access.redhat.com/articles/11258

After installing the updated packages, the httpd daemon must be restarted for the update to take effect.

Affected Products

  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.7 x86_64
  • Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.7 s390x
  • Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.7 ppc64le
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.6 x86_64
  • Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.6 s390x
  • Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.6 ppc64le
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.5 x86_64
  • Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7.5 s390x
  • Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7.5 ppc64le
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Server for System Z) 1 for RHEL 7 s390x
  • Red Hat Software Collections (for RHEL Server for IBM Power LE) 1 for RHEL 7 ppc64le
  • Red Hat Software Collections (for RHEL Server for ARM) 1 aarch64
  • Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7 x86_64

Fixes

  • BZ - 1418983 - CVE-2016-10166 gd: Unsigned integer underflow _gdContributionsAlloc()
  • BZ - 1672207 - CVE-2019-6977 gd: Heap based buffer overflow in gdImageColorMatch() in gd_color_match.c
  • BZ - 1680545 - CVE-2018-20783 php: Buffer over-read in PHAR reading functions
  • BZ - 1685123 - CVE-2019-9020 php: Invalid memory access in function xmlrpc_decode()
  • BZ - 1685132 - CVE-2019-9021 php: Heap-based buffer over-read in PHAR reading functions
  • BZ - 1685398 - CVE-2019-9023 php: Heap-based buffer over-read in mbstring regular expression functions
  • BZ - 1685404 - CVE-2019-9024 php: Out-of-bounds read in base64_decode_xmlrpc in ext/xmlrpc/libxmlrpc/base64.c
  • BZ - 1685412 - CVE-2019-9022 php: memcpy with negative length via crafted DNS response
  • BZ - 1688897 - CVE-2019-9637 php: File rename across filesystems may allow unwanted access during processing
  • BZ - 1688922 - CVE-2019-9638 php: Uninitialized read in exif_process_IFD_in_MAKERNOTE
  • BZ - 1688934 - CVE-2019-9639 php: Uninitialized read in exif_process_IFD_in_MAKERNOTE
  • BZ - 1688939 - CVE-2019-9640 php: Invalid read in exif_process_SOFn()
  • BZ - 1702246 - CVE-2019-11035 php: Heap buffer overflow in function exif_iif_add_value()
  • BZ - 1702256 - CVE-2019-11034 php: Heap buffer overflow in function exif_process_IFD_TAG()
  • BZ - 1707299 - CVE-2019-11036 php: Buffer over-read in exif_process_IFD_TAG() leading to information disclosure
  • BZ - 1724149 - CVE-2019-11038 gd: Information disclosure in gdImageCreateFromXbm()
  • BZ - 1724152 - CVE-2019-11039 php: Out-of-bounds read due to integer overflow in iconv_mime_decode_headers()
  • BZ - 1724154 - CVE-2019-11040 php: Buffer over-read in exif_read_data()
  • BZ - 1739459 - CVE-2019-11041 php: heap buffer over-read in exif_scan_thumbnail()
  • BZ - 1739465 - CVE-2019-11042 php: heap buffer over-read in exif_process_user_comment()
  • BZ - 1766378 - CVE-2019-11043 php: underflow in env_path_info in fpm_main.c

CVEs

References